~Fritz Dwotumiplop commented on Mar 29, 2017

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

How can the provider service return, several values (for example resembling fields of a document of different types)?

~Richard Kivelupulflar commented on Jul 8, 2014

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

Hi, we have followed the same instructions. While accessing http:///HWLSP1?wsdl,"The page cannot be displayed" is displayed. Can someone help me in this. We can access other views successfully on the same server in Browser. Do I need to give any specific permissions for this webservice. We are using version 8.0

Also, just an observation, the "Internet Explorer Preview" button is disable for the webservice. Is that the expected behaviour.

~Karl Quettumison commented on May 7, 2014

WebServices Windows 7 MSSOAP

Please be aware, that WebServices made from Lotus Script (by MSSOAP) doesn't work in Windows 7.

Microsoft doesn't support MSSOAP in Windows 7 hence it is impossible to utilize WebServces unless you install MSSOAP on ALL your clients!

This is a major problem, so don't go this way.

~Karl Quettumison commented on May 6, 2014

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

@Sean Haggerty

In the Lotus Administrator:

1. [ALT]+[W] choose the 'Configuration' tab

2. Choose the server node/Current Server Document

3. Choose the 'Ports...' tab

4. Choose the 'Internet Ports...' tab

- Here you can set the portnumber and other vital settings.

Regards

Lars Bernstorff Hansen

~Anita Umresavitchettu commented on Dec 19, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

@Lars Bernstorff Hansen: Can you describe how -or- where you went to see and change the port settings ?

Were the port settings one thing in the Server Document versus a Site Document ?

Was there a port setting appended to the Domain portion of the URL ?

thx,

S

~Karl Quettumison commented on Dec 11, 2013

Problem solved.

Hi All,

The problem is solved. Apparently the server used another http port than I expected.

Regards

Lars Bernstorff Hansen

~Karl Quettumison commented on Dec 10, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

Hi All, :-)

I'm having trouble regarding the http url. I can create the webservice and I'm able to create a WSDL file by using the button [Show WSDL] in the designer.

But when I'm using a http request. eg. from a browser, then it doesn't work.

Where do I find the specific URL to the database?

Thanks in advance.

~Sean Preaverlen commented on Nov 21, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

I'm getting the error message :

org.xml.sax.SAXException: Processing instructions are not allowed within SOAP messages

does anyone have an idea what am I doing wrong ?

~Lily Frofooplopnivu commented on Nov 19, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

I tried following these steps, but am getting an error that says "Web Service HwProvider method HELLO error (500) Proxy Error

The browser does return a page when I go to the URL?wsdl and if I go to the URL?OpenWebService

Any ideas what could cause this error, or what the next test would be?

~Frank Fezkromarynds commented on Oct 25, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

Hi, I tried the article

However I did not follow the setting for the web services on the server:

Run web agents and web services concurrently? Disabled

Is this the reason why I got the error below?

WebServiceEngineFault

faultCode: {http://www.lotus.com/domino/ws/}HTTP

faultSubcode:

faultString: (303) See Other

faultActor:

faultNode:

faultDetail:

{}string:

(303) See Other

at lotus.domino.axis.transport.http.HTTPSender.readFromSocket(Unknown Source)

at lotus.domino.axis.transport.http.HTTPSender.invoke(Unknown Source)

at lotus.domino.axis.strategies.InvocationStrategy.visit(Unknown Source)

at lotus.domino.axis.SimpleChain.doVisiting(Unknown Source)

at lotus.domino.axis.SimpleChain.invoke(Unknown Source)

at lotus.domino.axis.client.AxisClient.invoke(Unknown Source)

at lotus.domino.axis.client.Call.invokeEngine(Unknown Source)

at lotus.domino.axis.client.Call.invoke(Unknown Source)

at lotus.domino.axis.client.Call.invoke(Unknown Source)

at lotus.domino.axis.client.Call.invoke(Unknown Source)

at lotus.domino.axis.client.Call.invoke(Unknown Source)

at lotus.domino.websvc.client.Call.invoke(Unknown Source)

at DominoSoapBindingStub.HELLO(DominoSoapBindingStub.java:9)

at JavaAgent.NotesMain(Unknown Source)

at lotus.domino.AgentBase.runNotes(Unknown Source)

at lotus.domino.NotesThread.run(Unknown Source)

~Andy Minlupulakol commented on Jul 24, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

Hi Simon, the problem was that Anonymous acces was missing, I put reading access to anonymous and all goes ok. Thanks for all.

~Joseph Fezlulitynds commented on Jul 2, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

@Ivan, can you try posting to StackOverflow if you can't open a PMR. Easier to respond to. Quick checks would be. HTTP service is running (try just http://test.efr.com/WS.nsf ).

~Andy Minlupulakol commented on Jun 5, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

I follow all the steps at Server Setup.

I follow all the steps while creating Web Service Providers

I test all services with browser Ok.

I follow all the steps while creating Web Service Consumers

and put at "URL that points to a WSDL file", an valid URL that i test before in browser,

click OK

and get this message:

No WSDL was returned from the URL:

http://test.efr.com/WS.nsf/HWLSP?WSDL

What is wrong?, i missed a parameter at server document?

~August Prehipivitchings commented on Feb 8, 2013

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

"[huashan xiao commented on Jun 22, 2012

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

Get error message: "Type mismatch" when save the Lotusscript agent "TestLS", Error line is "MessageBox stub.Hello("world")".]"

I changed the line to:

MessageBox stub.Hello("world").Getvalueasstring()

~Nicole Fezkigenflar commented on Jun 22, 2012

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

recompiled all to solve the problem, It caused by previous error.

~Nicole Fezkigenflar commented on Jun 22, 2012

Re: Creating your first Web Service provider and consumer in LotusScript and Java.

Get error message: "Type mismatch" when save the Lotusscript agent "TestLS", Error line is "MessageBox stub.Hello("world")".